-
Re: Doesn't the forum webfont need refurbishing?
It is 2017, you don’t need all scripts in a single font file (and you can’t, the glyph limit for OpenType fonts is 65535 glyphs per font file). I think unicode-range is supported correctly by current…6 -
Re: Why are composite glyphs not used whenever possible in exported TTF files?
My Amiri font currently has 6223 Arabic glyphs, of which only 512 are not composites. The composites are mostly base glyphs plus diacritical marks, but few of them are a bit more complex. I could hav…3 -
Re: Special dash things: softhyphen, horizontalbar
The soft-hyphen (U+00AD) is a control character which tells the application that this is possible hyphenation place (to supplement automatic hyphenation or supplement it), and is such it does not nee…5 -
Re: Using emoji cuts my post off
It affects any character outside BMP not just emoji. Actually thanks to emoji many software now has better Unicode support as software developers can’t dismiss requests to support characters outside …6 -
Re: ela geminada - revisited
Glyph substitutions shouldn’t affect operations that are done on the underlying text stream, like spell checking or search. Searching the PDF, however, might be affected in some cases where the actua…1